home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 February / macformat-034.iso / mac / Shareware City / Developers / simple-sockets-11-c / Simple Sockets 1.1 ƒ / ip ƒ / iperr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-09  |  251 b   |  16 lines  |  [TEXT/CWIE]

  1. /*
  2.  * iperr.c
  3.  *
  4.  * Global Error globals
  5.  * In the future, more interesting error handlers might go here.
  6.  *
  7.  * Mike Trent 8/94
  8.  */
  9.  
  10. #include <Types.h>
  11. #include "iperr.h"    /* unneeded, but fun */
  12.  
  13. /* global to everyone */
  14.  
  15. int        gErrno;
  16. OSErr    gMacErrno;